home *** CD-ROM | disk | FTP | other *** search
/ AmigActive 22 / AACD 22.iso / AACD / Programming / XMPlayer-library / include / fd / xmplayer_lib.fd
Encoding:
Text File  |  2001-04-17  |  502 b   |  26 lines

  1. *
  2. *    $Filename: xmplayer_lib.fd $
  3. *    $Release: 1.0a $
  4. *    $Revision: 1.0a $
  5. *
  6. *    Library coded by CruST / Amnesty^.humbug.
  7. *    Released by .humbug. 17.04.2001
  8. *    
  9. *    C includes&fd file by Igor/TCG
  10. *
  11. *    Library based on the PS3M source 
  12. *    Copyright (c) Jarno Paananen a.k.a. Guru / S2 1994-96.
  13. *
  14. ##base _XMPlayerBase
  15. ##bias 30
  16. ##public
  17. XMPl_Init(XMPlayerInfo)(a0)
  18. XMPl_Play()()
  19. XMPl_StopPlay()()
  20. XMPl_PausePlay()()
  21. XMPl_ContPlay()()
  22. XMPl_SetPos(NewPosition)(d0)
  23. XMPl_GetPos(XMPlayerPos)(a0)
  24. XMPl_DeInit()()
  25. ##end
  26.